Description
Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel
Operation id | Quotas.GetStatistics |
Category | Quotas |
Label | Get Quota statistics |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Quotas.GetStatistics",
"label" : "Get Quota statistics",
"category" : "Quotas",
"requires" : null,
"description" : "Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel",
"url" : "Quotas.GetStatistics",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "documentRef",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "language",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}